@font-face {
  font-family: 'CenturyGothicStd-Bold';
  src: url('../fonts/CenturyGothicStd-Bold.eot');
  src: url('../fonts/CenturyGothicStd-Bold.woff2') format('woff2'),
    url('../fonts/CenturyGothicStd-Bold.woff') format('woff'),
    url('../fonts/CenturyGothicStd-Bold.ttf') format('truetype'),
    url('../fonts/CenturyGothicStd-Bold.svg#CenturyGothicStd-Bold') format('svg'),
    url('../fonts/CenturyGothicStd-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BEBAS';
  src: url('../fonts/BEBAS.eot');
  src: url('../fonts/BEBAS.eot') format('embedded-opentype'),
    url('../fonts/BEBAS.woff2') format('woff2'),
    url('../fonts/BEBAS.woff') format('woff'),
    url('../fonts/BEBAS.ttf') format('truetype'),
    url('../fonts/BEBAS.svg#BEBAS') format('svg');
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #035cac;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #035cac;
}

.con p {
  text-indent: 2rem;
}

.content p {
  text-indent: 2rem;
}

.nav-sub-box input[type=text]::-webkit-input-placeholder {
  color: #fff;
}

.nav-sub-box input[type=text]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.nav-sub-box input[type=text]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.nav-sub-box input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

body.gary {
  background: #f5f5f5;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  background: url(../img/header-bg.png) no-repeat center;
  min-width: 1200px;
  z-index: 50;
}

header .logo {
  margin: 20px 0 0;
  width: 300px;
  margin-left: -194px;
}

header .logo img {
  width: 100%;
}

header .nav {
  width: 841px;
  margin-left: 19%;
  /*transition:all .1s ease;*/
}

header .nav li {
  width: 119px;
  float: left;
  border-left: 1px solid #ededed;
}

header .nav li.border {
  border-right: 1px solid #ededed;
}

header .nav li>a {
  position: relative;
  display: block;
  height: 70px;
  text-align: center;
  line-height: 72px;
  color: #333;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  transition: color .3s linear, border-color .3s linear;
  z-index: 30;
}

header .nav li:hover>a,
header .nav li.cur>a {
  border-color: #035cac;
  color: #035cac;
}

header .nav .sub-nav {
  position: absolute;
  left: 0;
  top: 72px;
  min-width: 1200px;
  width: 100%;
  font-size: 0;
  text-align: center;
  padding: 40px 0 25px;
  display: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  z-index: 40;
  background: #fff;
}

/*.sub-bg{
	position: absolute;
	left:0;
	top:72px;
	width: 100%;
	background: #fff;
	padding:40px 0 25px;
	height: 150px;
	box-shadow: 0 5px 20px #e1e2e4;
	z-index: 40;
}*/
header .nav .sub-nav .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #eaeaea;
}

header .nav .sub-nav a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 218px;
  margin: 0 9px;
  /*opacity: 0;
	filter: alpha(opacity=0);
	left:25px;
	position: relative;*/
}

header .nav .sub-nav a .img {
  width: 100%;
  overflow: hidden;
}

header .nav .sub-nav a img {
  width: 100%;
  transition: all .3s linear;
}

header .nav .sub-nav a .txt {
  font-size: 18px;
  text-align: center;
  color: #333;
}

header .nav .sub-nav a:hover .txt {
  color: #035cac;
}

header .nav .sub-nav a:hover img {
  transform: scale(1.1);
}

.header-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  height: 72px;
}

header .lang {
  width: 60px;
  height: 72px;
  background: #035cac url(../img/lang.png) no-repeat 58px center;
  line-height: 72px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 30px;
}

.share-box.bdsharebuttonbox a {
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  background-position: center;
  background-size: 26px;
  background-repeat: no-repeat;
  transition: all .3s linear;
}

.header-right .share-box {
  margin: 23px 0 0;
}

.share-box.bdsharebuttonbox a.bds_weixin {
  background-image: url(../img/weixin.png);
}

.share-box.bdsharebuttonbox a.bds_sqq {
  background-image: url(../img/qq.png);
}

.share-box.bdsharebuttonbox a.search-btn {
  background-image: url(../img/search.png);
}

.share-box.bdsharebuttonbox .weixin-box:hover a.bds_weixin {
  background-image: url(../img/h-weixin.png);
}

.share-box.bdsharebuttonbox .weixin-box:hover .img {
  display: block;
}

.share-box.bdsharebuttonbox a.bds_sqq:hover {
  background-image: url(../img/h-qq.png);
}

.share-box.bdsharebuttonbox a.search-btn:hover,
.share-box.bdsharebuttonbox a.search-btn.cur {
  background-image: url(../img/h-search.png);
}

.share-box .weixin-box .img {
  position: absolute;
  left: 50%;
  padding: 11px;
  border-radius: 4px;
  width: 92px;
  height: 92px;
  margin-left: -57px;
  background: #fff;

  display: none;
}

.share-box .weixin-box .img img {
  width: 100%;
}

.header-right .share-box .weixin-box .img {
  top: 26px;
  background: url(../img/qrcode-bg.png) no-repeat center;
}

.share-box.bdsharebuttonbox>div {
  margin-right: 14px;
}

.share-box.bdsharebuttonbox .weixin-box {
  position: relative;
  z-index: 3;
}

.share-box.bdsharebuttonbox .bds_sqq {
  margin-right: 14px;
}

.share-box .weixin-box .img img {
  width: 100%;
}

/*.share-box .search-box .search{
	position: absolute;
	left:50%;
	height:32px;
	width: 120px;
	margin-left: -110px;
	background: #fff;
	background: url(../img/search-bg.png) no-repeat center;
	line-height: 32px;
}*/
.share-box .search-box input {
  position: absolute;
  left: 50%;
  height: 32px;
  width: 120px;
  margin-left: -110px;

  line-height: 32px;
  border: none;
  outline: none;
  padding: 18px 50px;
  display: none;
}

.header-right .share-box .search-box input {
  top: 26px;
  background: url(../img/search-bg.png) no-repeat center;
}

header.on .nav {
  margin-left: 15%;
}

header.on .nav li {
  width: 110px;
}

header.cur .nav {
  margin-left: 15%;
}

header.cur .nav li {
  width: 94px;
}

header.cur .nav li a {
  font-size: 14px;
}

.load-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #f5f5f5;
  z-index: 999;
}

.load-bg .loading {
  width: 500px;
  height: 52px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -26px 0 0 -250px;
  z-index: 9999;
}

.static,
.orange {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 500px;
}

.static {
  background: url(../img/load1.png) no-repeat left bottom;
  background-size: 500px 52px;
  height: 52px;
}

.orange {
  background: url(../img/load2.png) no-repeat left bottom;
  background-size: 500px 52px;
  -webkit-animation: fill 3s linear infinite forwards;
  -moz-animation: fill 3s linear infinite forwards;
  -ms-animation: fill 3s linear infinite forwards;
  height: 52px;
}

@-moz-keyframes fill {
  0% {
    width: 0px;
  }

  25% {
    width: 125px;
  }

  50% {
    width: 250px;
  }

  75% {
    width: 375px;
  }

  100% {
    width: 500px;
  }
}

@-webkit-keyframes fill {
  0% {
    width: 0px;
  }

  25% {
    width: 125px;
  }

  50% {
    width: 250px;
  }

  75% {
    width: 375px;
  }

  100% {
    width: 500px;
  }
}

@keyframes fill {
  0% {
    width: 0px;
  }

  25% {
    width: 125px;
  }

  50% {
    width: 250px;
  }

  75% {
    width: 375px;
  }

  100% {
    width: 500px;
  }
}

/**************header end*********/
footer {
  box-shadow: -2px 0 5px #e8e8e8;
  *border-top: 1px solid #e3e3e3;
}

.footer-top {
  padding: 35px 0;
  background-color: #fff;

}

.footer-top .f-nav {
  width: 780px;
}

.footer-top .f-nav li {
  float: left;
  /* width: 85px; */
  width: 6em;
  font-size: 16px;
  margin-right: 54px;
}

.footer-top .f-nav li.on {
  margin-right: 0;
}

.footer-top .f-nav li a {
  display: block;
  font-size: 14px;
  color: #777;
  line-height: 26px;
  transition: all .3s linear;
}

.footer-top .f-nav li a.tit {
  font-size: 16px;
  color: #222;
  margin-bottom: 10px;
}

.footer-top .f-nav li a.tit:hover {
  color: #222;
}

.footer-top .f-nav li a:hover {
  color: #035cac;
}

.f-contact {
  padding-left: 40px;
  border-left: 1px solid #e5e5e5;
}

.f-contact .con {
  font-size: 14px;
  line-height: 34px;
}

.f-contact .con p {
  margin-bottom: 10px;
  text-indent: 0;
}

.f-contact .con span {
  font-size: 24px;
  color: #035cac;
  font-family: arial;
  font-weight: bold;
}

.f-contact .share-box {
  margin: 40px 0 0;
}

.f-contact .share-box .weixin-box .img {
  top: -113px;
  background: url(../img/qrcode-bg2.png) no-repeat center;
}

.f-contact .share-box .search-box input {
  padding: 12px 50px 19px;
  top: -55px;
  background: url(../img/search-bg2.png) no-repeat center;
}

.f-contact .share-box.bdsharebuttonbox a {
  width: 34px;
  height: 34px;
  background-size: 34px;
}

.f-contact .share-box.bdsharebuttonbox a.bds_weixin {
  background-image: url(../img/f-weixin.png);
}

.f-contact .share-box.bdsharebuttonbox a.bds_sqq {
  background-image: url(../img/f-qq.png);
}

.f-contact .share-box.bdsharebuttonbox a.search-btn {
  background-image: url(../img/f-search.png);
}

.f-contact .share-box.bdsharebuttonbox .weixin-box:hover a.bds_weixin {
  background-image: url(../img/h-f-weixin.png);
}

.f-contact .share-box.bdsharebuttonbox .weixin-box:hover .img {
  display: block;
}

.f-contact .share-box.bdsharebuttonbox a.bds_sqq:hover {
  background-image: url(../img/h-f-qq.png);
}

.f-contact .share-box.bdsharebuttonbox a.search-btn:hover,
.f-contact .share-box.bdsharebuttonbox a.search-btn.cur {
  background-image: url(../img/h-f-search.png);
}

.f-contact .share-box .weixin-box .img {
  padding: 8px 11px 14px;
}

.footer-bottom {
  padding: 16px 0;
  background: #035cac;
}

.footer-bottom .copy {
  font-size: 12px;
  color: #fff;
}

.footer-bottom .build {
  font-size: 12px;
  color: #fff;
}

.footer-bottom .build a {
  color: #fff;
}

.demo-1 {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}

/*********footer end********/
.banner {
  width: 100%;
  min-width: 1200px;
  position: relative;
  overflow: hidden;
  height: 636px;
  z-index: 1;
}

.banner li {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.banner li a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner .btns {
  position: absolute;
  left: 0%;
  bottom: 225px;
  width: 100%;
  height: 14px;
  z-index: 33;
}

.banner .btns span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 1px solid #035cac;
  margin: 0 4px 0 0;
  cursor: pointer;
}

.banner .btns span.cur {
  background: #035cac;
}

.ban-btns {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 96px;
  z-index: 30;
}

.ban-btns a {
  position: relative;
  float: left;
  width: 174px;
  margin-right: 20px;
  height: 56px;
  background-position: 220px center;
  background-size: 41px 43px;
  padding: 20px 25px;
  background: url(../img/btn-trans.png);
  transition: background .2s linear;
}

.ban-btns .txt {
  float: left;
}

.ban-btns .img {
  float: right;
  width: 30px;
  height: 44px;
}

.ban-btns .img img {
  display: block;
  width: 100%;
}

.ban-btns a span {
  display: block;
}

.ban-btns a .cn {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}

.ban-btns a .en {
  font-size: 12px;
  color: #fff;
  font-family: arial;
  opacity: .5;
  filter: alpha(opacity=50);
}

.ban-btns .img {
  margin: 5px 0 0;
}

.ban-btns i {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 24px;
  height: 9px;
  background: url(../img/btn-arrow.png) no-repeat center;
  margin-left: -12px;
  transition: all .2s linear;
}

.ban-btns a.on {
  margin-right: 0;
}

.ban-btns a:hover,
.ban-btns a.cur {
  background: url(../img/btn-bg.png);
}

.ban-btns a:hover i,
.ban-btns a.cur i {
  opacity: 1;
  filter: alpha(opacity=100);
}

.i-business-box {
  padding: 45px 0 65px;
}

/*.i-business-box li{
	display: none;
}*/
.i-business-box .wrap .text-box {
  width: 500px;
  padding: 35px 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  /*left:-40px;*/
}

.i-business-box .text-box .cn {
  font-size: 36px;
  color: #035cac;
  line-height: 46px;
}

.i-business-box .text-box .en {
  color: #999;
  font-size: 24px;
  line-height: 30px;
  font-family: arial;
}

.i-business-box .text-box .con {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin: 15px 0 0;
}

.i-business-box .text-box .detail {
  display: block;
  width: 153px;
  height: 46px;
  background: #035cac url(../img/detail.png) no-repeat 125px center;
  color: #fff;
  padding-left: 25px;
  line-height: 46px;
  font-size: 14px;
  margin: 40px 0 0;
  border: 1px solid #035cac;
  transition: all .3s linear;
}

.i-business-box .text-box .detail:hover {
  background: url(../img/detail2.png) no-repeat 140px center;
  color: #035cac;
}

.i-business-box .wrap .img {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  /*right:-40px;*/
}

.num-box {
  position: relative;
  padding: 25px 0;
  background: #035cac;
}

.num-box .item {
  position: relative;
  float: left;
  width: 300px;
  text-align: center;
}

.num-box .item .num {
  font-size: 75px;
  color: #fff;
  font-weight: bold;
  line-height: 70px;
  font-family: "CenturyGothicStd-Bold";
}

.num-box .item .desc {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  margin: 5px 0 0;
}

.num-box .item i {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 85px;
  background: url(../img/num-divide.png) no-repeat center;
  margin-top: -43px;
}

.world-box {
  padding: 85px 0 60px;
}

.world-map {
  width: 860px;
  height: 510px;
}

.world-box .box {
  position: absolute;
}

.world-box .box .hover {
  display: none;
}

.world-box .dot-box {
  position: relative;
  width: 13px;
  height: 13px;
}

.world-box .dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 13px;
  background: url(../img/blue-point.png) no-repeat center;
  z-index: 30;
}

.world-box .pulse {
  display: none\9;
  position: absolute;
  width: 13px;
  height: 13px;
  left: 50%;
  top: 50%;
  border: 13px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  margin: -20px 0 0 -19px;
  -webkit-animation: warn 2s ease-out;
  -moz-animation: warn 2s ease-out;
  animation: warn 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* @media all and (min-width:0){
 	.world-box .pulse{
 		display: block\9;
 	}
 }*/
@keyframes warn {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }

  25% {
    transform: scale(0);
    opacity: 0.1;
  }

  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }

  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }

  100% {
    transform: scale(1);
    opacity: 0.0;
  }
}

@-webkit-keyframes "warn" {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }

  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }

  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}

.world-box .box1 {
  width: 34px;
  left: 585px;
  top: 170px;
  text-align: center;
}

.world-box .box2 {
  right: 135px;
  top: 150px;
}

.world-box .box3 {
  right: 165px;
  top: 190px;
}

.world-box .box4 {
  right: 168px;
  top: 237px;
}

.world-box .box5 {
  right: 190px;
  top: 275px;
}

.world-box .box6 {
  right: 115px;
  top: 205px;
}

.world-box .box7 {
  right: 118px;
  top: 225px;
}

.world-box .box8 {
  right: 140px;
  top: 255px;
}

.world-box .box9 {
  right: 185px;
  top: 318px;
  width: 40px;
}

.world-box .box10 {
  right: 565px;
  top: 345px;
  width: 30px;
}

.world-box .box11 {
  right: 98px;
  top: 307px;
  width: 30px;
}

.world-box .box12 {
  right: 178px;
  top: 215px;
  width: 67px;
}

.world-box .box13 {
  right: 203px;
  top: 267px;
}

.world-box .box14 {
  right: 212px;
  top: 256px;
}

.world-box .box13 .txt-box img,
.world-box .box14 .txt-box img {
  width: 28px;
}

.world-box .box1 {
  text-align: center;
}

.world-box .box1 .dot-box {
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

.world-box .box1 .dot-box .dot {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background: url(../img/china-point.png) no-repeat center;
}

.world-box .box1:hover .dot-box .dot {
  background: url(../img/china-point.png) no-repeat center;
}

.world-box .box2,
.world-box .box3,
.world-box .box4,
.world-box .box5 {
  width: 55px;
}

.world-box .box2 .dot-box,
.world-box .box3 .dot-box,
.world-box .box4 .dot-box,
.world-box .box5 .dot-box,
.world-box .box12 .dot-box,
.world-box .box13 .dot-box,
.world-box .box14 .dot-box {
  float: right;
  /*margin: 7px 0 0 2px;*/
}

.world-box .box2 .txt-box,
.world-box .box3 .txt-box,
.world-box .box4 .txt-box,
.world-box .box5 .txt-box,
.world-box .box12 .txt-box,
.world-box .box13 .txt-box,
.world-box .box14 .txt-box {
  float: right;
  margin: -7px 2px 0 0;
}

.world-box .box6 .dot-box,
.world-box .box7 .dot-box,
.world-box .box8 .dot-box {
  float: left;
  margin: 7px 2px 0 0;
}

.world-box .box6 .dot-box .pulse,
.world-box .box7 .dot-box .pulse,
.world-box .box8 .dot-box .pulse {
  -webkit-animation: warn 2.5s ease-out;
  -moz-animation: warn 2.5s ease-out;
  animation: warn 2.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.world-box .box6 .txt-box,
.world-box .box7 .txt-box,
.world-box .box8 .txt-box {
  float: left;
}

.world-box .box9 .dot-box,
.world-box .box10 .dot-box,
.world-box .box11 .dot-box {
  margin: 0 auto;
}

.world-box .box9 .dot-box .pulse,
.world-box .box10 .dot-box .pulse,
.world-box .box11 .dot-box .pulse {
  margin: -20px 0 0 -20px;
  -webkit-animation: warn 1.5s ease-out;
  -moz-animation: warn 1.5s ease-out;
  animation: warn 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.world-box .box9 .txt-box {
  line-height: 18px;
}

.world-box .box a {
  display: block;
}

.world-box .box .dialog {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 34px;
  width: 218px;
  padding: 15px 20px 10px;
  margin-left: -129px;
  background: url(../img/dialog-bg.png);
  z-index: 33;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .29);

  transition: all .3s linear;
}

.world-box .box1 .dialog {
  bottom: 65px;
}

.world-box .box9 .dialog,
.world-box .box10 .dialog,
.world-box .box11 .dialog {
  bottom: 50px;
}

.world-box .box .dialog h3 {
  font-size: 16px;
  color: #035cac;
  font-weight: bold;
}

.world-box .box .dialog .con {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin: 5px 0 0;
}

.world-box .box .dialog .arrow {
  position: absolute;
  left: 50%;
  bottom: -11px;
  *bottom: -10px;
  width: 21px;
  height: 11px;
  margin-left: -10px;
  background: url(../img/dialog-arrow.png) no-repeat center;
  *background: url(../img/dialog-arrow2.png) no-repeat center;
}

.world-box .box:hover {
  z-index: 33;
}

.world-box .box:hover .init {
  display: none;
}

.world-box .box:hover .hover {
  display: block;
}

.world-box .box:hover .dialog {
  display: block;

}

.world-box .box:hover .dot {
  background: url(../img/red-point.png) no-repeat center;
}

/*@media all and (min-width:0){
	.world-box .box .dialog{
		display: block\0;
		transform:scale(0)\9;
		transform-origin:bottom center\9;
	}
	.world-box .box:hover .dialog{
		transform:scale(1)\9;
	}
}*/
.world-box .con-box {
  width: 310px;
  margin: 20px 0 0;
}

.world-box .con-box .con-top .item {
  padding-left: 65px;
  width: 245px;
}

.world-box .con-box .con-top .item>div {
  float: left;
}

.world-box .con-box .con-top .item {
  background-size: 49px 43px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 40px;
}

.world-box .con-box .con-top .item1 {
  background-image: url(../img/world-icon1.png);
}

.world-box .con-box .con-top .item2 {
  background-image: url(../img/world-icon2.png);
}

.world-box .con-box .con-top .item3 {
  background-image: url(../img/world-icon3.png);
}

.world-box .con-box .con-top .item .num {
  font-size: 44px;
  font-family: "BEBAS";
  color: #0c65b2;
  line-height: 42px;
}

.world-box .con-box .con-top .item .txt {
  float: right;
  font-size: 14px;
  color: #747474;
  line-height: 24px;
  width: 155px;
}

.world-box .con-box .con-top .item3 .txt {
  margin: 10px 0 0;
}

.world-box .con-box .text {
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
  margin: 30px 0 0;
  font-size: 14px;
  color: #747474;
  line-height: 28px;
}

.i-news-box {
  margin-bottom: 60px;
}

.i-news-box .title-box {
  width: 100%;
  padding: 30px 0;
  background: #fff;
  margin-bottom: 65px;
  line-height: 28px;
  box-shadow: 0 3px 6px #e4e4e4;
}

.i-news-box .title-box .tit {
  font-size: 26px;
  color: #0c65b2;
  font-weight: bold;
  background: url(../img/i-news.png) no-repeat left center;
  padding-left: 40px;
}

.i-news-box .title-box .divide {
  width: 2px;
  height: 18px;
  background: #e7e7e7;
  margin: 5px 20px 0;
}

.i-news-box .title-box .type {
  font-size: 14px;
  color: #666666;
}

.i-news-box .title-box .more {
  font-size: 14px;
  color: #666;
  background: url(../img/i-news-more.png) no-repeat right center;
  padding-right: 30px;
  width: 56px;
  transition: all .3s linear;
}

.i-news-box .title-box .more:hover {
  color: #0c65b2;
}

.i-news {
  /*overflow-x: hidden;
	height: 365px;*/
}

/*.i-news ul{
	width: 1218px;
}*/
.i-news li {
  float: left;
  width: 386px;

  margin-right: 20px;
}

.i-news li.on {
  margin-right: 0;
}

.i-news li a {
  display: block;
}

.i-news li .img {
  width: 100%;
  height: 203px;
  overflow: hidden;
}

.i-news li .img img {
  width: 100%;
  height: 100%;
  transition: all .3s linear;
}

.i-news li .text {
  padding: 30px 30px 35px;
  background: #fff;
  box-shadow: 0 0 10px 3px #e8e8e8;
}

.i-news li .tit {
  font-size: 18px;
  color: #333;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-bottom: 10px;
  transition: all .3s linear;
}

.i-news li .txt {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  transition: all .3s linear;
}

.i-news li:hover .text {
  background: #035cac;
  box-shadow: none;
  transition: all .3s linear;
}

.i-news li:hover .tit {
  color: #fff;
}

.i-news li:hover .txt {
  color: #fff;
}

.i-news li:hover img {
  transform: scale(1.1);
}

/**********welcome end*************/
.sub-banner {
  height: 345px;
  min-width: 1200px;
  padding: 210px 0 0;
}

.sub-banner h3 {
  font-size: 50px;
  color: #fff;
  line-height: 70px;
  margin-bottom: 10px;
}

.sub-banner .text {
  color: #fff;
  font-size: 18px;
}

.nav-sub-box {
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #f1f1f1;
  box-shadow: 0 0 5px #f0f0f0;
}

.nav-sub-box li {
  position: relative;
  float: left;
  width: 130px;
  border-left: 1px solid #f1f1f1;
  text-align: center;
  line-height: 80px;
  transition: all .3s linear;
}

.nav-sub-box li.border {
  border-right: 1px solid #f1f1f1;
}

.nav-sub-box li a {
  display: block;
  font-size: 16px;
  color: #666666;
  transition: all .3s linear;
}

.nav-sub-box li i {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 2px;
  background: #035cac;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .3s linear;
}

.nav-sub-box li:hover i,
.nav-sub-box li.cur i {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*.nav-sub-box li:hover,
.nav-sub-box li.cur{
	background: #035cac;
	border-color:transparent;
}
.nav-sub-box li:hover a,
.nav-sub-box li.cur a{
	color:#fff;
}*/
.nav-sub-box .search {
  width: 110px;
  height: 36px;
  line-height: 36px;
  background: #0058b8 url(../img/sub-search.png) no-repeat 10px center;
  border: none;
  padding: 0 50px;
  color: #fff;
  margin: 20px 0 0;
  border-radius: 18px;
  font-size: 14px;
}

.about-box {
  padding: 65px 0 160px;
}

.about-box .left {
  width: 590px;
}

.about-box .left h3 {
  font-size: 34px;
  color: #00509e;
  font-weight: bold;
}

.about-box .left .line {
  width: 72px;
  height: 2px;
  background: #00509e;
  margin: 20px 0 0;
}

.about-box .left .con {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  margin: 35px 0 0;
}

.about-box .left .con img {
  max-width: 100%;
}

.about-box .left .img-box {
  margin: 65px 0 0;
}

.about-box .left .img-box .img {
  width: 292px;
  height: 250px;
  overflow: hidden;
}

.about-box .left .img-box .img img {
  width: 100%;
  transition: all .3s linear;
}

.about-box .left .img-box .img:hover img {
  transform: scale(1.1);
}

.about-box .right {
  width: 540px;
}

.about-box .right .img {
  width: 100%;
  overflow: hidden;
}

.about-box .right .img img {
  width: 100%;
  transition: all .3s linear;
}

.about-box .right .img:hover img {
  transform: scale(1.1);
}

.about-num-box {
  font-size: 0;
  text-align: center;
  margin: 35px 0 0;
}

.about-num-box .item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 25px;
}


.about-num-box .item .num {
  font-size: 44px;
  color: #035cac;
  font-family: "BEBAS";

  line-height: 54px;
  margin-bottom: 15px;
}

.about-num-box .item .txt {
  font-size: 15px;
  color: #878787;
  line-height: 24px;
}

.about-num-box #num1 {
  /*width: 180px;*/
}

/**********about end***********/

.organization-box {
  padding: 140px 0 90px;
}

.organization-box img {
  max-width: 100%;
}

/*******organization end*********/
.stratagem-box {
  padding: 90px 0 105px;
}

.stra-box {
  border: 1px solid #e3e3e3;
}

.stratagem {
  width: 100%;
  height: 360px;
  padding: 130px 0 0;
  border-bottom: 1px solid #e3e3e3;
}

.stratagem .text-box {
  text-align: center;
}

.stratagem .text-box .icon {
  margin: 0 auto;
  width: 48px;
  height: 48px;
}

.stratagem .text-box .icon img {
  width: 100%;
}

.stratagem .text-box .txt {
  margin: 40px 0 0;
  font-size: 22px;
  color: #fff;
  line-height: 34px;
}

.str-list {
  padding: 60px 65px;
}

.str-list li {
  padding-bottom: 39px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

.str-list li.last {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}

.str-list .tit-box {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 48px;
  padding-left: 70px;
  margin-bottom: 20px;
  line-height: 48px;
}

.str-list .tit-box .cn {
  font-size: 28px;
  color: #025db5;
}

.str-list .tit-box .en {
  font-size: 24px;
  color: #ebebeb;
  font-family: arial;
  margin-left: 8px;
}

.str-list .txt {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  width: 940px;
}

/*********stratagem end**********/
.history-box {
  padding: 65px 0 130px;
}

.history-tit {
  text-align: center;
}

.history {
  position: relative;
  margin: 10px 0 0;
  padding: 38px 0 0;
  /*margin-bottom: 130px;*/
  background: url(../img/history-dot.png) repeat-y center;
}

.history .fang {
  /*	position: absolute;
	left:50%;
	bottom:-11px;
	width: 11px;
	height: 11px;
	margin-left: -5px;
	background: url(../img/fang.png) no-repeat center;*/
  text-align: center;
  line-height: 11px;
  position: relative;
  top: 10px;
}

.history li {
  position: relative;
  float: left;
  width: 508px;
  height: 178px;

  margin-bottom: 72px;
  border-left: none;
}

.history li.last {
  margin-bottom: 0;
}

.history li .img {
  float: left;
  width: 188px;
  height: 178px;
  overflow: hidden;
}

.history li .img img {
  width: 100%;
  transition: all .3s linear;
}

.history li .text {
  float: right;
  width: 259px;
  height: 136px;
  padding: 40px 25px 0 35px;
  font-size: 16px;
  color: #000;
  line-height: 28px;
  border: 1px solid #e3e3e3;
  border-left: none;
  transition: background .1s linear, color .1s linear;
}

.history li .time {
  position: absolute;
  right: -156px;
  top: 46px;
  width: 125px;
  height: 48px;
  background: url(../img/time-bg.png) no-repeat center;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  font-family: arial;
  font-weight: bold;
  transition: all .3s linear;
}

.history li .arrow {
  position: absolute;
  right: -11px;
  top: 60px;
  background: url(../img/history-arrow.png) no-repeat center;
  width: 12px;
  height: 23px;
  transition: background .1s linear;
}

.history li.right {
  float: right;
}

.history li.right .img {
  float: right;
}

.history li.right .text {
  float: left;
  padding: 40px 15px 0 45px;
  border: 1px solid #e3e3e3;
  border-right: none;
}

.history li.right .time {
  right: auto;
  left: -156px;
}

.history li.right .arrow {
  right: auto;
  left: -11px;
  background: url(../img/history-arrow2.png) no-repeat center;
}

.history li.right:hover .arrow {
  background: url(../img/h-history-arrow2.png) no-repeat center;
}

.history li.sec {
  margin-top: 125px;
}

.history li:hover .text {
  background: #035cac;
  border-color: #035cac;
  color: #fff;
}

.history li:hover .arrow {
  background: url(../img/h-history-arrow.png) no-repeat center;
}

.history li:hover .time {
  color: #035cac;
}

.history li:hover img {
  transform: scale(1.1);
}

/***********history end************/
.honor-box {
  padding: 60px 0 140px;
}

.honor-box .tit {
  background: url(../img/honor-tit.png) no-repeat left center;
  padding-left: 36px;
  font-size: 24px;
  color: #035cac;
}

.honor-box .honor-list {
  float: left;
  width: 575px;
}

.honor-box .honor-list a {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #eaeaea;
  padding-left: 25px;
  background: url(../img/honor-circle.png) no-repeat left center;
}

.honor-box .honor-list a:hover,
.honor-box .honor-list a.cur {
  background: url(../img/honor-circle2.png) no-repeat left center;
  color: #145da4;
}

.honor-box .honor-list a.last {
  border-bottom: none;
}

.honor-box .honor-tab {
  float: right;
  width: 570px;
  height: 395px;
}

.honor-tab .prev,
.honor-tab .next {
  position: absolute;
  width: 22px;
  height: 22px;
}

.honor-tab .prev {
  background: url(../img/honor-prev.png) no-repeat center;
  top: 150px;
  right: 45px;
}

.honor-tab .next {
  top: 180px;
  right: 0;
  background: url(../img/honor-next.png) no-repeat center;
}

.honor-tab .scroll {
  width: 570px;
  position: relative;
}

.honor-tab .scroll li {
  position: absolute;
  border: 1px solid #d2d2d2;
  padding: 5px 7px 5px 5px;
  background: #fff;
  /*left:130px;*/
}

.honor-tab .scroll li.cur {
  border-color: transparent;
}

.honor-tab .scroll li a {
  display: block;
}

.honor-tab .scroll li img {
  display: block;
  width: 100%;
  border: 1px solid #d2d2d2;
}

/**********honor end************/
.business-box {
  padding: 85px 0 80px;
}

.business-btns {
  margin-bottom: 55px;
}

.business-btns a {
  float: left;
  width: 294px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #035cac;
  margin: 0 6px 6px 0;
  transition: all .3s linear;
}

.business-btns a:hover,
.business-btns a.cur {
  background: #f7b940;
}

.business-text h3 {
  font-size: 30px;
  color: #035cac;
  margin-bottom: 20px;
}

.business-text .con {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.business-tab {
  margin: 50px 0 0;
}

.business-tab .bd li {
  float: left;
  margin-right: 18px;
  width: 390px;
  overflow: hidden;
}

.business-tab .bd li img {
  width: 100%;
  transition: all .3s linear;
}

.business-tab .bd li:hover img {
  transform: scale(1.1);
}

.business-tab .hd ul {
  font-size: 0;
  text-align: center;
  margin: 50px 0 0;
}

.business-tab .hd ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16px;
  height: 8px;
  background: #c9c9c9;
  margin: 0 3px;
  border-radius: 4px;
  cursor: pointer;
  transition: width .3s linear;
}

.business-tab .hd ul li.on {
  width: 23px;
  height: 8px;
  background: #035cac;
}

/********business end**********/
.news-box {
  padding: 40px 0 65px;
}

.news-box .title-box {
  margin-bottom: 20px;
}

.news-box .title-box .tit {
  font-size: 24px;
  color: #0d4c86;
  background: url(../img/news-icon.png) no-repeat left center;
  padding-left: 38px;
}

.news li {
  padding: 29px 80px 29px 25px;
  border: 1px solid #dadada;
  margin-bottom: 12px;
  transition: all .3s linear;
}

.news li .img {
  float: left;
  width: 309px;
  height: 179px;
  overflow: hidden;
}

.news li .img img {
  width: 100%;
  height: 100%;
  transition: all .3s linear;
}

.news li.company .text {
  float: right;
  width: 755px;
  padding-top: 5px;
}

.news li .tit {
  font-size: 20px;
  height: 40px;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all .3s linear;
}

.news li .time {
  font-size: 12px;
  color: #888;
  transition: all .3s linear;
}

.news li .txt {
  font-size: 14px;
  color: #777;
  line-height: 20px;
  height: 40px;
  overflow: hidden;

  transition: all .3s linear;
}

.news li a {
  display: block;
}

.news li .more {
  width: 148px;
  height: 40px;
  background: #035cac;
  color: #fff;
  border-radius: 20px;
  text-transform: capitalize;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  margin: 30px 0 0 5px;
  font-family: arial;
  transition: all .3s linear;
}

.news li:hover {
  background: #035cac;
  border-color: #035cac;
}

.news li:hover .tit,
.news li:hover .time,
.news li:hover .txt {
  color: #fff;
}

.news li:hover .more {
  background: #fff;
  color: #333333;
}

.news li:hover img {
  transform: scale(1.1);
}

.page {
  font-size: 0;
  text-align: center;
}

.page a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #428bca;
  font-size: 14px;
  padding: 3px 12px;
  border: 1px solid #dddddd;
  border-right: none;
}

.page a.first {
  border-radius: 4px 0 0 4px;
  color: #777;
}

.page a.last {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #ddd;
}

.page a.prev {
  color: #777;
}

.page a:hover {
  background: #428bca;
  border-color: #428bca;
  color: #fff;
}

.page a.active {
  background: #428bca;
  border-color: #428bca;
  color: #fff;
}

.news-box .page {
  margin: 80px 0 0;
}

/***********news end**********/
.newsdtl-box {
  padding: 90px 0 70px;
}

.newsdtl-box .title {
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
  text-align: center;
}

.newsdtl-box .title .tit {
  font-size: 22px;
  color: #333333;
  line-height: 40px;
}

.newsdtl-box .title .time {
  font-size: 14px;
  color: #666666;
  line-height: 40px;
}

.newsdtl-box .content {
  font-size: 14px;
  color: #777777;
  line-height: 30px;
}

.newsdtl-box .content img {
  max-width: 100%;
}

.ctrl-box {
  padding-top: 20px;
  border-top: 1px solid #d2d2d2;
  margin-top: 35px;
}

.ctrl-box .ctrl {
  width: 670px;
}

.ctrl-box .ctrl a {
  display: block;
  font-size: 14px;
  color: #777777;
  line-height: 30px;
}

.ctrl-box .ctrl a:hover {
  color: #035cac;
}

.ctrl-box .back {
  width: 148px;
  height: 40px;
  background: #035cac;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #035cac;
  margin-top: 6px;
  transition: all .3s linear;
}

.ctrl-box .back:hover {
  background: #fff;
  color: #035cac;
}

/*************newsdtl end************/
.worth-box {
  height: 440px;
  min-width: 1200px;
  padding: 135px 0 70px;
}

.worth-box .left {
  background: url(../img/values-bg.png) no-repeat center;
  width: 269px;
  height: 404px;
  padding: 35px 70px 0 30px;
}

.worth-box .left .cn {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
}

.worth-box .left .en {
  font-size: 24px;
  color: #fff;
  font-family: arial;
  line-height: 40px;
}

.worth-box .left .con {
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  width: 230px;
  margin: 20px 0 0;
}

.worth-box .right {
  width: 500px;
  margin-right: 210px;
}

.worth-box .right .item {
  margin-bottom: 60px;
}

.worth-box .right .item .text {
  text-align: right;
  margin-right: 25px;
}

.worth-box .right .item .cn {
  font-size: 24px;
  color: #333;
  line-height: 30px;
}

.worth-box .right .item .en {
  font-size: 16px;
  color: #c2c2c2;
}

.worth-box .right .item2 .icon {
  margin-right: 42px;
}

.worth-box .right .item3 .icon {
  margin-right: 90px;
}

/**********worth end**********/
.idea-box {
  padding: 90px 0;
}

.idea-box .w1200 {
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 10px #f6f6f6;
}

.idea-box .idea {
  background: #fff;
}

.idea-box .idea li {
  vertical-align: top;
}

.idea-box .idea li .text {
  padding-top: 65px;
  text-align: center;
  font-size: 0;
}

.idea-box .idea li .text .icon {
  width: 43px;
  height: 43px;
  margin: 0 auto 20px;
}

.idea-box .idea li .text .icon img {
  width: 100%;
}

.idea-box .idea li .text .tit {
  font-size: 28px;
  line-height: 44px;
}

.idea-box .idea li .line {
  width: 20px;
  height: 2px;
  background: #f7b940;
  margin: 15px auto;
}

.idea-box .idea li .txt {
  font-size: 16px;
  color: #666;
  line-height: 26px;
}

.idea-box .idea li.odd .img {
  float: right;
  width: 700px;
  font-size: 0;
  overflow: hidden;
}

.idea-box .idea li.odd .img img {
  width: 100%;
  transition: all .3s linear;
}

.idea-box .idea li.odd .text {
  float: left;
  width: 500px;
  height: 295px;
}

.idea-box .idea li.even .img {
  float: left;
  width: 500px;
  text-align: center;
  font-size: 0;
  overflow: hidden;
}

.idea-box .idea li.even .img img {
  height: 100%;
  width: 100%;
  transition: all .3s linear;
}

.idea-box .idea li.even .text {
  width: 700px;
  float: right;
  height: 295px;
}

.idea-box .idea li:hover .img img {
  transform: scale(1.1);
}

/********idea end**********/

.duty-box {
  padding: 50px 0 70px;
}

.duty-title {
  margin-bottom: 45px;
}

.duty-box h3 {
  font-size: 36px;
  color: #035cac;
  line-height: 50px;
}

.duty-box .line {
  width: 46px;
  height: 3px;
  background: #035cac;
  margin: 15px 0 0;
}

.duty-box .con {
  font-size: 16px;
  color: #666666;
  margin: 20px 0 0;
  s
}

.duty-list {
  overflow: hidden;
}

.duty-list ul {
  width: 1216px;
}

.duty-list li {
  float: left;
  width: 288px;
  margin: 0 16px 28px 0;
}

.duty-list li a {
  display: block;
}

.duty-list li .img {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.duty-list li .img img {
  width: 100%;
  height: 100%;
  transition: all .3s linear;
}

.duty-list li .text-box {
  padding: 20px 20px 40px;
  border: 1px solid #e3e3e3;
  transition: all .3s linear;
}

.duty-list li .text-box .tit {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  transition: all .3s linear;
}

.duty-list li .text-box .txt {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  margin: 10px 0 0;
  transition: all .3s linear;
}

.duty-list li:hover .text-box {
  border-color: #035cac;
  background: #035cac;
}

.duty-list li:hover .tit,
.duty-list li:hover .txt {
  color: #fff;
}

.duty-list li:hover img {
  transform: scale(1.1);
}

.duty-list .page {
  margin: 48px 0 0;
  *margin: 70px 0 0;
}

/********duty end***********/
.magazine-box {
  padding: 90px 0;
}

/********magazine end*********/
.party-box {
  padding: 85px 0 65px;
  overflow: hidden;
}

.party-btns .wrap {
  width: 1204px;
}

.party-btns a {
  float: left;
  width: 298px;
  height: 46px;
  background: #035cac;
  margin-right: 2px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 18px;
  transition: all .3s linear;
}

.party-btns a:hover,
.party-btns a.cur {
  background: #f7b940;
}

.party-tab {
  margin: 50px 0 0;
}

.party-tab li a {
  display: block;
}

.party-tab li .img-box {
  position: relative;
  float: left;
  width: 603px;
  height: 457px;
}

.party-tab li .img-box .img {
  width: 100%;
  overflow: hidden;
}

.party-tab li .img-box .img img {
  width: 100%;
  transition: all .3s linear;
}

.party-tab li .img-box .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64px;
  background: url(../img/black.png);
  text-align: center;
  line-height: 64px;
  color: #fff;
  font-size: 20px;
}

.party-tab li .text-box {
  padding: 40px 45px;
  border: 1px solid #dcdcdc;
  width: 505px;
  height: 375px;
}

.party-tab li .text-box .tit {
  font-size: 24px;
  color: #333;
  line-height: 36px;
  margin-bottom: 10px;
  transition: all .3s linear;
}

.party-tab li .text-box .time {
  font-size: 14px;
  color: #999;
  font-family: arial;
  line-height: 18px;
}

.party-tab li .text-box .content {
  font-size: 14px;
  color: #777;
  line-height: 30px;
  margin-top: 15px;
}

.party-tab .hd {
  position: absolute;
  right: 480px;
  bottom: 65px;
  width: 70px;
  height: 31px;
  z-index: 30;
}

.party-tab .hd a {
  float: left;
  width: 31px;
  height: 31px;
  background-repeat: no-repeat;
  background-size: 31px;
  background-position: center;
  background-size: 31px;
  margin-right: 8px;
  transition: all .3s linear;
}

.party-tab .hd a.prev {
  background-image: url(../img/party-prev.png);
}

.party-tab .hd a.next {
  background-image: url(../img/party-next.png);
  margin-right: 0;
}

.party-tab .hd a.prev:hover {
  background-image: url(../img/party-prev2.png);
}

.party-tab .hd a.next:hover {
  background-image: url(../img/party-next2.png);
}

.party-tab li:hover img {
  transform: scale(1.1);
}

.party-tab li:hover .tit {
  color: #035cac;
}

.party-list {
  margin: 30px 0 0;
  overflow: hidden;
}

.party-list ul {
  width: 1215px;
}

.party-list li {
  float: left;
  width: 390px;
  margin: 0 15px 15px 0;
}

.party-list li a {
  display: block;
}

.party-list li .img {
  width: 390px;
  height: 230px;
  overflow: hidden;
}

.party-list li .img img {
  width: 100%;
  height: 100%;
  transition: all .3s linear;
}

.party-list li .text-box {
  padding: 30px 35px 30px 15px;
  border: 1px solid #e3e3e3;
  border-top: none;
  transition: all .3s linear;
}

.party-list li .text-box .tit {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  transition: all .3s linear;
}

.party-list li .text-box .time {
  color: #888888;
  font-size: 14px;
  font-family: arial;
  margin: 10px 0;
  transition: all .3s linear;
}

.party-list li .text-box .con {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  transition: all .3s linear;
}

.party-list li:hover .text-box {
  background: #035cac;
  border-color: #035cac;
}

.party-list li:hover .tit,
.party-list li:hover .time,
.party-list li:hover .con {
  color: #fff;
}

.party-list li:hover img {
  transform: scale(1.1);
}

.party-list .page {
  margin: 45px 0 0;
  *margin: 60px 0 0;
}

/*********party end************/
.learn-list {
  margin: 35px 0 0;
  overflow: hidden;
}

.learn-list ul {
  width: 1215px;
}

.learn-list li {
  float: left;
  width: 293px;
  margin: 0 15px 15px 0;
  border: 1px solid #e3e3e3;
  padding: 30px 65px 20px 30px;
  transition: all .3s linear;
}

.learn-list li a {
  display: block;
}

.learn-list li .time {
  font-size: 14px;
  color: #666666;
  transition: all .3s linear;
}

.learn-list li .tit {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  transition: all .3s linear;
}

.learn-list li .con {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin: 10px 0 0;
  transition: all .3s linear;
}

.learn-list li .detail {
  font-size: 14px;
  color: #333;
  background: url(../img/learn-detail.png) no-repeat right center;
  width: 60px;
  padding-right: 30px;
  margin: 35px 0 0;
  transition: all .3s linear;
}

.learn-list li:hover {
  background: #035cac;
  border-color: #035cac;
}

.learn-list li:hover .time {
  color: #fff;
  opacity: .5;
  filter: alpha(opacity=50);
}

.learn-list li:hover .tit {
  color: #fff;
}

.learn-list li:hover .con {
  color: #fff;
  opacity: .7;
  filter: alpha(opacity=70);
}

.learn-list li:hover .detail {
  color: #fff;
  background: url(../img/learn-detail2.png) no-repeat right center;
}

.learn-list .page {
  margin: 45px 0 0;
  *margin: 60px 0 0;
}

/*******learn end**********/
.human-wrap .sub-banner h3 {
  color: #035cac;
}

.human-wrap .sub-banner .text {
  color: #035cac;
}

.human-box {
  padding: 70px 0 110px;
}

.human-box h3 {
  font-size: 36px;
  color: #0156a8;
}

.human-box .text {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.human-box .human-list {
  width: 848px;
  overflow: hidden;
}

.human-box .human {
  margin: 45px 0 0;
}

.human-box .human .img {
  width: 340px;
  height: 510px;
  overflow: hidden;
}

.human-box .human .img img {
  width: 100%;
  transition: all .3s linear;
}

.human-box .human .img:hover img {
  transform: scale(1.1);
}

.human-box .human ul {
  width: 854px;
}

.human-box .human li {
  float: left;
  width: 333px;
  padding: 30px 40px;
  border: 1px solid #e3e3e3;
  text-align: center;
  margin: 0 12px 8px 0;
}

.human-box .human li .icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 30px;
}

.human-box .human li .icon img {
  width: 100%;
}

.human-box .human li .tit {
  font-size: 18px;
  color: #035cac;
  font-weight: bold;
}

.human-box .human li .line {
  width: 28px;
  height: 2px;
  background: #c9c9c9;
  margin: 10px auto 0;
}

.human-box .human li .txt {
  font-size: 14px;
  color: #666666;
  margin: 15px 0 0;
}

/***********human end*********/
.recruit-box {
  padding: 70px 0 100px;
}

.recruit li {
  margin-bottom: 6px;
}

.recruit .title {
  padding: 20px 35px;
  background: #035cac;
  cursor: pointer;
  vertical-align: top;
}

.recruit .title .icon {
  width: 23px;
  height: 23px;
  background: url(../img/jia.png) no-repeat center;
}

.recruit .title .left {
  font-size: 16px;
  color: #fff;
}

.recruit .title .left span {
  float: left;
  width: 314px;
  margin-right: 30px;
  line-height: 23px;
}

.recruit .msg {
  border: 1px solid #e5e5e5;
  padding: 20px 35px 25px;
  display: none;
}

.recruit .msg .duty {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
  padding-bottom: 20px;
}

.recruit .msg .tit {
  font-size: 16px;
  color: #333;

}

.recruit .msg .con {
  font-size: 14px;
  color: #666;
  line-height: 36px;
}

.recruit .apply {
  display: block;
  width: 130px;
  height: 34px;
  background: #035cac;
  border: 1px solid #035cac;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 20px 0 0;
  border-radius: 17px;
  transition: all .3s linear;
}

.recruit .apply:hover {
  background: #fff;
  color: #035cac;
}

.recruit li.cur .title .icon {
  background: url(../img/jian.png) no-repeat center;
}

/*******recruit end*********/
.recruitdtl-box {
  padding: 70px 0 100px;
}

#spred {
  color: #F00;
}

.joinus_tb {
  border: 1px solid #E2E2E2;
  border-width: 0 0 1px 1px;
}

.joinus_tb tr td {
  padding: 5px;
  border: 1px solid #E2E2E2;
  border-width: 1px 1px 0 0;
  font-size: 14px;
}

.joinus_tb input[type=text] {
  width: 150px;
  height: 18px;
  padding: 5px;
  line-height: 18px;
  color: #666;
  border: 1px solid #dddddd;
  box-shadow: 2px 2px 2px #f4f4f4 inset;
  background: #fff;
}

.joinus_tb .error {
  width: 150px;
  height: 18px;
  padding: 5px;
  line-height: 18px;
  color: #666;
  border: 1px solid #D70128;
  box-shadow: 2px 2px 2px #f4f4f4 inset;
  background: #fff;
}

.hr-sub {
  width: 100px;
  height: 32px;
  border-radius: 3px;
  background-color: #3caaf9;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: none;
}

.joinus_tb .gender,
.joinus_tb .marry,
.joinus_tb .culture {
  width: 160px;
}

.joinus_tb .resume {
  width: 93%;
  height: 200px;
  resize: none;
  outline: none;
}

.joinus_tb td {
  color: #888;
}

.joinus_tb td.submit {
  text-align: center;
  padding: 20px 0;
}

.joinus_tb td.submit input {
  width: 100px;
  height: 38px;
  background: #035cac;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #035cac;
  color: #fff;
  font-size: 14px;
  box-shadow: none;
  transition: all .3s linear;
}

.joinus_tb td.submit input:hover {
  background: #fff;
  color: #035cac;
}

.banner li {
  background-size: cover !important;
}

/**********jobdtl end*********/